Add AacFlLayer.WithDefaultState(...) to change the default state:
- Add WithDefaultState to change the default state of a layer
This commit is contained in:
@@ -239,6 +239,12 @@ namespace AnimatorAsCode.V0
|
||||
|
||||
WithAvatarMask(avatarMask);
|
||||
}
|
||||
|
||||
public AacFlLayer WithDefaultState(AacFlState newDefaultState)
|
||||
{
|
||||
_stateMachine.WithDefaultState(newDefaultState);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public class AacFlBase
|
||||
|
||||
Reference in New Issue
Block a user