Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.0] VRM10ObjectFirstPerson.SetupAsync に isMine 引数 #1250

Closed
ousttrue opened this issue Sep 28, 2021 · 1 comment
Closed

[1.0] VRM10ObjectFirstPerson.SetupAsync に isMine 引数 #1250

ousttrue opened this issue Sep 28, 2021 · 1 comment
Labels
LookAt/FirstPerson create headless model for VR
Milestone

Comments

@ousttrue
Copy link
Contributor

ousttrue commented Sep 28, 2021

#1242 の後に

#633

struct FirstPersonSetting
{
	int? FirstPersonOnlyLayer;
	int? ThirdPersonOnlyLayer;
	SetVisiblityFunc SetVisibility;
}
public async Task<List<SkinnedMeshRenderer>> SetupAsync(GameObject go, bool isMine = true, FirstPersonSetting setting = default, IAwaitCaller awaitCaller = default)
@ousttrue ousttrue added enhancement LookAt/FirstPerson create headless model for VR labels Sep 28, 2021
@ousttrue ousttrue added this to the v0.85 milestone Sep 28, 2021
@ousttrue
Copy link
Contributor Author

v0.85.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LookAt/FirstPerson create headless model for VR
Projects
None yet
Development

No branches or pull requests

1 participant